*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    background-color: rgb(37, 34, 34);
    font-family: sans-serif;
    background-image: url(Images/background.jfif);
    background-size: cover;
    color: white;
    overflow: hidden;
}
.header{
    margin-top: -4%;
}
.logo{
    font-size: 50px;
    margin-left: 5%;
    color: orange;
    text-decoration: none;
    
}
/* .nav{
    display: flex;
    width: 100%;
} */
#navbar{
    font-size: 20px;
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 2%;
    margin-top: -3%;
    margin-right: 5%;
}
#services{
    cursor: pointer;
    color: black;
    font-size: large;
    width: fit-content;
    text-align: center;
    height: 30px;
    background-color: orange;
    border: none;
    font-weight: bold;
}
.menu1{
    color: black;
    font-size: large;
    width: 8%;
    height: 30px;
    background-color: orange;
    border: none;
    font-weight: bold;
    text-align: center;
    
}
.logindiv{
    display: flex;
    gap: 20%;
}
.login{
    width: 100px;
    height: 30px;
    background-color: aqua;
    border: aqua;
    cursor: pointer;
}
.signup{
    width: 100px;
    height: 30px;
    background-color: aqua;
    border: aqua;
    cursor: pointer;
}
#x{
    display: none;
    transition: .8s;
}
.about0{
    display: flex;
    justify-content: center;
    color: orange;
    border: none;
    font-weight: bold;
    font-size: 250%;
    margin-top: 2%;
}
.aboutwrite{
    display: flex;
    justify-content: center;
    color: orange;
    border: none;
    font-weight: bold;
    font-size: 150%;
    padding: 3%;
}














/* PHONE VIEW */

@media screen and (max-width:800px){
    *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    body{
        margin: 0;
        padding: 0;
        background-color: rgb(37, 34, 34);
        font-family: sans-serif;
        background-image: url(Images/background.jfif);
        background-size: cover;
        background-repeat: no-repeat;
        color: white;
        overflow: hidden;
    }
    .header{
        background-color: orange;   
        color: white;
        margin-top: -1%;
        transition: 1s;
        width: 100%;
        height: fit-content;
    }
    .logo{
        font-size: 30px;
        margin-left: 5%;
        color: black;   
    }
    #navbar{
        font-size: 15px;
        display: none;
        flex-direction: column;
        transition: .8s;
        width: 100%;
        height: fit-content;
        
    }
    #services{
        cursor: pointer;
        width: fit-content;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        margin-left: 40%;
    }
    .menu1{
        margin-top: 8%;
        text-decoration: none;
    }
   
    .logindiv{
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding-top: 3%;
    }
    .login{
        width: 100px;
        height: 30px;
        background-color: aqua;
        border: aqua;
        cursor: pointer;
        border-radius: 10%;
    }
    .signup{
        width: 100px;
        height: 30px;
        background-color: aqua;
        border: aqua;
        cursor: pointer;
        margin-bottom: 2%;
        border-radius: 10%;
    }
    
    #span1{
        width: 50px;
        height: 50px;
        background-color: transparent;
        border-radius: 4px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;    
        margin-left: 80%;
        margin-top: -12%;
        transition: .5s ease-in;
        cursor: pointer;
    }
    #span1 p{
        background-color: black;
        width: 57%;
        height: 3px;
        border-radius: 1.5px;
        margin-top: 4px;
        transition: .8s;
    }
    #x{
        display: flex;
        transition: .8s;
        cursor: pointer;
        margin-left: 90%;
        margin-top: -5%;
        color: black;
        font-size: 40px;
    }
    .about0{
        display: flex;
        justify-content: center;
        color: orange;
        border: none;
        font-weight: bold;
        font-size: 250%;
        margin-top: 2%;
    }
    .aboutwrite{
        display: flex;
        justify-content: center;
        color: orange;
        border: none;
        font-weight: bold;
        font-size: 100%;
        padding: 3%;
        margin-bottom: 40%;
    }
    
    
    
    
    

    
       
    }
    
       
    
       






















